home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / interp18.txt < prev    next >
Text File  |  1993-07-24  |  602b  |  13 lines

  1. interp is a multifunction calculator with control flow written in
  2. g++.  The syntax is meant to agree with a small subset of g++.  It is
  3. being developed as a front end extension language for biological
  4. mathematical modeling software.@refill
  5.  
  6. It supports declaration of double and integer variables, @code{while},
  7. @code{if} and compound statements, and double precision arithmetic
  8. expressions.@refill
  9.  
  10. Interp requires you use libg++ (version 1.36.2 is known to work) flex
  11. and bison.  It was developed and tested on a sequent symmetry.  Reports
  12. of installation problems on other systems would be welcome.
  13.